/* --------------------------- */
/* CONFIRMED STD BODY ELEMENTS */
/* --------------------------- */


html {
	height: 100%;
}

body {
	margin: 5px;
	height: 100%;
	/*padding: 0px;*/
	font-family: Verdanna, Helvetica, Sans Serif;
	line-height: 130%;
	font-size: 12px;
	color: #000000;
	background: #DAD1AB;
}

table {
	font-size: 12px;
}

label {
	font-size: 12px;
}

a:link, a:visited {
	color: #780000; text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a:hover {
	color: #484424;	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

p {
	font-size: 12px;
}

ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}

li {
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

td {
	text-align: left;
}

textarea {
	overflow: auto;
}

form {
/* removes space below form elements */
	margin: 0;
 	/*padding: 0px;*/
}

.clr {
	clear: both;
}




/* ------------------------- */
/* CONFIRMED HEADER ELEMENTS */
/* ------------------------- */


.outline {
	border: 1px solid #C2B684;
	background: #DAD1AB;
	padding: 2px;
}

#header_outer {
	border: 0px;
	margin: 0px;
}

#header {
	/*padding: 0px;*/
	width: 100%;
	height: 150px;
}




/* ------------------------------ */
/* CONFIRMED LEFT COLUMN ELEMENTS */
/* ------------------------------ */


#left_outer {
/*	width: 180px;*/
	margin-top: 0px;
}

#left_inner {
	border: 1px solid #780000;
	padding: 2px;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: #C2B684;
	border: 1px outset #DAD1AB;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #780000;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px;
	line-height: 20px;
	width: 100*;
	text-decoration: none;
}

a.mainlevel:hover {
	color: #484424;
	border: 1px inset #DAD1AB;
}

a.mainlevel#active_menu {
	color:#484424;
	font-weight: bold;
	border: 1px solid #C2B684;
	background: #DAD1AB;
}

a.mainlevel#active_menu:hover {
	color: #484424;
}




/* ------------------------------- */
/* CONFIRMED MAIN SECTION ELEMENTS */
/* ------------------------------- */


#content_outer {
	/*padding: 0px;*/
	margin-top: 0px;
	margin-left: 2px;
	width: 100%;
}

#content_inner{
	/*padding: 0px;*/
	padding-top: 0px;
	margin: 0px;
}

table.content_table {
	width: 100%;
	padding: 4px;
	margin: 0px;
}

table.content_table td {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

.user1_inner {
	border: 1px solid #780000;
	margin: 0px;
	margin-right: 5px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #780000;
	margin: 0px;
	margin-left: 5px;
	padding: 2px;
}

#pathway_text {
	background: url(../images/pathway_bg.png);
	overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	border: 1px solid #C2B684;
	margin-bottom: 2px;
	padding-left: 4px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

table td.body_outer {
	padding: 4px;
	border: 1px solid #C2B684;
}

.small {
	color: #484424;
	font-size: 11px;
}

.createdate {
	height: 30px;
	padding-bottom: 10px;
	color: #484424;
	font-size: 11px;
	margin-bottom: 10px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #484424;
	font-size: 11px;
}

#footer {
	border: 1px solid #C2B684;
	font-size: 10px;
	color: #484424;
	margin-left: 6px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 4px;
	padding-right: 10px;
}

#search_outer {
/*	float: left;*/
	width: 165px;
}

#search_inner {
	border: 1px solid #C2B684;
	/*padding: 0px;*/
	height: 21px !important;
	height: 23px;
	overflow: hidden;
}

#search_inner form {
	/*padding: 0px;*/
	margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: verdanna, helvetica, sans-serif;
	font-size: 11px;
	color: #780000;
}

.componentheading {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #434951;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;

}

.contentheading {
	height: 30px;
	color: #780000;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}

table.contentpaneopen {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	background-color: #CCC4A0;		
}

table.contentpaneopen td {
	/*padding-right: 5px;*/
}

table.contentpaneopen td.componentheading {
	/*padding-left: 4px;*/
}

/*
table.contentpane {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	background-color: #CCC4A0;		
}

table.contentpane td {
	margin: 0px;
}
*/

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

/* ------------------------- */
/* CONFIRMED COMMON ELEMENTS */
/* ------------------------- */


table.moduletable {
	width: 100%;
	margin-bottom: 50px;
	/*padding: 0px;*/
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	/*padding: 0px;*/
	margin-bottom: 8px;
}

table.moduletable th, div.moduletable h3 {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
	overflow: hidden;
}

table.moduletable td {
	font-size: 12px;
	/*padding: 0px;*/
	margin: 0px;
	font-weight: normal;
}

.sectiontableheader {
	font-weight: bold;
	background: transparent;
	padding: 1px;
	height: 30px;
	border-top: 1px solid #780000;
	border-bottom: 1px solid #780000;
}

.sectiontablefooter {
}

.sectiontableentry1 {
	background-color : transparent;
}

.sectiontableentry2 {
	background-color : transparent;
}

span.article_seperator {
	display: block;
	height: 1.5em;
	border-bottom: 1px solid #C2B684;
	margin-top: 5px;
	margin-bottom: 10px;
}

table.moswarning {
	font-size: 15px;
	line-height: 130%;
}



/* ----------------------------- */
/* MISCELLANEOUS UNUSED ELEMENTS */
/* ----------------------------- */


#banner_inner {
	/*padding: 0px;*/
	height: 70px;
}

#top_outer{
	width: 165px;
}

#top_inner {
	border: 1px solid #C2B684;
	padding: 2px;
	height: 144px !important;
	overflow: hidden;
}

#poweredby_inner {
	/*padding: 0px;*/
	margin-left: 0px;
	height: 70px;
}

/* #right_outer {
	margin-left: 2px;
	width: 165px;
}*/

/* #right_inner {
	border: 1px solid #C2B684;
	padding: 2px;
}*/

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

#buttons_outer {
	width: 635px;
  	margin-bottom: 2px;
	margin-right: 2px;
/*	float: left;*/

}

#buttons_inner {
	border: 1px solid #C2B684;
	height: 21px !important;
	height: 23px;
}

#buttons {
/*	float: left;*/
	margin: 0px;
	/*padding: 0px;*/
	width: auto;
}

/*.button {
	color: #780000;
	font-family: Verdanna, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	width: auto;
	background: url(../images/button_bg.png) repeat-x;
	padding: 0px 5px;
	line-height: 18px !important;
	line-height: 16px;
	height: 26px !important;
	height: 24px;
	margin: 1px;
}*/

.back_button {
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px outset #DAD1AB;
	width: auto;
/*	background: url(../images/button_bg.png) repeat-x;*/
	background-color: #C2B684;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
}

.pagenav {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	width: auto;
	background: url(../images/button_bg.png) repeat-x;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
/*	float: right;*/
}







/* ****************** */
/* ****************** */
/* UNCHECKED ELEMENTS */
/* ****************** */
/* ****************** */


.error {
	font-style: italic;
	text-transform: uppercase;
	padding: 5px;
	color: #cccccc;
	font-size: 14px;
	font-weight: bold;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.contentcolumn {
	padding-right: 5px;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}


table.pollstableborder td {
	padding: 2px;
}

table.contenttoc {
	border: 1px solid #C2B684;
	padding: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}

table.contenttoc td {
	padding: 2px;
}

table.contenttoc th {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #780000;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	/*padding: 0px;*/
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

div.mosimage {
	border: 1px solid #C2B684;
}

.mosimage {
	border: 1px solid #C2B684;
	margin: 5px
}

.mosimage_caption {
	margin-top: 2px;
	background: #efefef;
	padding: 1px 2px;
	color: #666;
	font-size: 10px;
	border-top: 1px solid #cccccc;
}

ul#mainlevel-nav
{
	list-style: none;
	/*padding: 0px;*/
	margin: 0;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #C2B684;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #000000;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a {
	width: auto;
}

ul#mainlevel-nav li a:hover {
	color: #ffffff;
	background: #780000;
}